home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TNEWCUSTOMDICTIONARY / TNEWCUSTOMDICTIONARY.txt
Encoding:
Text File  |  2005-02-07  |  1.0 KB  |  53 lines

  1. object NewCustomDictionary: TNewCustomDictionary
  2.   Left = 402
  3.   Top = 285
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'xxNew Custom Dictionary'
  7.   ClientHeight = 102
  8.   ClientWidth = 231
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object EditLabel: TTntLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 193
  21.     Height = 13
  22.     Caption = 'xxEnter the new custom dictionary name:'
  23.     FocusControl = NameEdit
  24.   end
  25.   object NameEdit: TTntEdit
  26.     Left = 8
  27.     Top = 40
  28.     Width = 217
  29.     Height = 21
  30.     TabOrder = 0
  31.   end
  32.   object OKButton: TMMTNTBItBtn
  33.     Left = 70
  34.     Top = 72
  35.     Width = 75
  36.     Height = 23
  37.     Caption = 'xx&OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.   end
  42.   object CancelButton: TMMTNTBItBtn
  43.     Left = 150
  44.     Top = 72
  45.     Width = 75
  46.     Height = 23
  47.     Cancel = True
  48.     Caption = 'xx&Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52. end
  53.